Brought to you by EarthWeb
ITKnowledge Logo Login Graphic Stay on top of crucial projects. We tell you how.
Stay on top of crucial projects. We tell you how.
ITKnowledge
Search this book:
 
Search the site:
 

Search Tips
EXPERT SEARCH
nav
arrow FEEDBACK

Dice Job Search EarthWeb Direct Fatbrain Auctions Support Source Answers Intraware

EarthWeb sites
Crossnodes
Datamation
Developer.com
DICE
EarthWeb.com
EarthWeb Direct
EarthWeb Events
ERP Hub
Gamelan
GoCertify.com
HTMLGoodies
Intranet Journal
IT Knowledge
IT Library
JavaGoodies
JARS
JavaScripts.com
open source IT
Perl Journal
RoadCoders
SysOpt.com
Y2K Info

EarthWeb
International

Previous Table of Contents Next


Macintosh Services

The Macintosh services available with Windows NT Server provide file and print services to Mac users using the standard Macintosh AppleShare software. Mac clients are treated as equal clients by Windows NT. The Macintosh client connections and resources can be viewed by using the MacFile utility in the Control Panel, as shown in Figure 7.12.


Figure 7.12  The MacFile Properties window.

Macintosh-accessible volumes must be created on NTFS or CDFS volumes. These volumes can then be accessed either from Windows NT or from Mac clients. When viewed by Mac clients, files stored on the Macintosh volumes are represented by the standard Macintosh icons. When viewed from Windows NT, the file names are shown instead. Because Macintosh allows file names of up to 31 characters, if a file with a long name is copied to the Macintosh volumes, the Macintosh will use the short 8.3 name to access it.

Windows NT Services for Macintosh use the domain account database, so any valid domain user account can be used to access Macintosh servers. In addition, the Guest Account facility can be used. The permissions set on the NTFS Macintosh volumes are automatically translated into their equivalent Macintosh permissions for access via the Macintosh server’s software. Passwords on individual Macintosh volumes can also be set so that when a particular volume is accessed by Macintosh services, the user will have to supply the password.

The AppleTalk passwords are sent over the network in plain text format, presenting a security risk, since the data packet could be captured and the password seen. Windows NT Services for Macintosh provides a facility to use encrypted passwords to overcome this issue.

The Print Server for Macintosh service enables Mac clients to print to Windows NT printer devices and PC clients to print to printers attached to the AppleTalk network.

Command Prompt Networking Commands

The Windows NT command prompt has several useful network-related commands that can be used in scripts to perform network administration tasks. Table 7.5 lists the most useful.

Table 7.5 Network commands.

Command Function

net share Creates, deletes, or displays shared resources.
net session Lists users currently connected to the server.
net use Used to connect and disconnect from network resources. These resources can be either folders or printers.
net view Lists either servers or resources being shared by a server.

The net use command is most commonly seen in logon scripts to establish the connections to the shares. The command takes the basic form of net use\\computername\ sharename. Table 7.6 shows some uses of this command. Help can be obtained on any of the Windows NT net commands by using a net help command, such as net help use.

Table 7.6 net use command examples.

Command Function

net use * \\server1\data1 Establishes a connection to a network share located on server1 with a share name of data1; the next available drive letter will be assigned to the connection.
net use E: \\system1\data1 /user:pault Establishes a share connection using the drive ID of E, and makes the connection using the user account pault.
net use E: /delete Deletes the established drive share, connected as drive E.
net use *: \\system1\data1 /home Makes a connection as the home directory; the directory will be used to save all data when a specific location is not specified.

Projects:
Practical Guide To Networking

The following section provides real-life examples and step-by-step instructions on how to successfully administrate your Windows NT network. Keep in mind that many of the changes made to the networking components of Windows NT require the system to be restarted before the changes will take effect.


Previous Table of Contents Next
HomeAbout UsSearchSubscribeAdvertising InfoContact UsFAQs
Use of this site is subject to certain Terms & Conditions.
ITKnowledge.com Copyright (c) 1996-1999 EarthWeb Inc. All rights reserved. Reproduction in whole or in part in any form or medium without express written permission of EarthWeb is prohibited. Read EarthWeb's privacy statement.